home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
ivbsrc
/
splash2.frm
< prev
next >
Wrap
Text File
|
1995-05-08
|
759b
|
34 lines
VERSION 2.00
Begin Form Form2
Caption = "Form2"
ClientHeight = 4020
ClientLeft = 1395
ClientTop = 1845
ClientWidth = 7365
Height = 4425
Left = 1335
LinkMode = 1 'Source
LinkTopic = "Form2"
ScaleHeight = 4020
ScaleWidth = 7365
Top = 1500
Width = 7485
Begin CommandButton Command1
Caption = "End"
Height = 495
Left = 3000
TabIndex = 0
Top = 1680
Width = 1215
End
End
Sub Command1_Click ()
Unload Form3
End
End Sub
Sub Form_Click ()
Form3.Show
End Sub